All Projects → cometkim → Gatsby Plugin Linaria

cometkim / Gatsby Plugin Linaria

Licence: mit
Gatsby plugin for styling with Linaria

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Gatsby Plugin Linaria

Gatsby Plugin Meta Redirect
Write Gatsby redirects to html files with a meta refresh
Stars: ✭ 18 (-64.71%)
Mutual labels:  gatsby
Website
The API Platform website
Stars: ✭ 38 (-25.49%)
Mutual labels:  gatsby
No.lol
🍩 Lauren's personal blog
Stars: ✭ 46 (-9.8%)
Mutual labels:  gatsby
Blog
My blog created with React, Gatsby & Markdown
Stars: ✭ 29 (-43.14%)
Mutual labels:  gatsby
Gatsby Starter Kontent Lumen
Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gatsby and Kentico Kontent.
Stars: ✭ 34 (-33.33%)
Mutual labels:  gatsby
Gatsby Source Instagram All
⚛️📸 Gatsby source plugin for fetching all your instagram posts
Stars: ✭ 42 (-17.65%)
Mutual labels:  gatsby
Gatsby Source Github
A source plugin for Gatsby to source Github data from its GraphQL API for static builds
Stars: ✭ 15 (-70.59%)
Mutual labels:  gatsby
Gatsby Source Tmdb
🎬 Source from TheMovieDB in Gatsby
Stars: ✭ 50 (-1.96%)
Mutual labels:  gatsby
Gatsby Starter Spectral
Gatsby.js V2 starter template based on Spectral by HTML5 UP
Stars: ✭ 34 (-33.33%)
Mutual labels:  gatsby
Gatsby Embedder Excalidraw
🤴 Custom transformer to embed Excalidraw diagrams
Stars: ✭ 45 (-11.76%)
Mutual labels:  gatsby
Gatsby Remark Embed Gist
Gatsby remark gists preprocessor
Stars: ✭ 30 (-41.18%)
Mutual labels:  gatsby
Gatsby Pagination
Gatsby utility that generates pages with pagination
Stars: ✭ 33 (-35.29%)
Mutual labels:  gatsby
Gatsby Starter Strict
A Gatsby starter with strict linting and auto-formatting rules.
Stars: ✭ 43 (-15.69%)
Mutual labels:  gatsby
Leo Blog
My 🏡 on the ☁️
Stars: ✭ 27 (-47.06%)
Mutual labels:  gatsby
Jamtemplates.com
Curated collection of free Gatsby themes.
Stars: ✭ 47 (-7.84%)
Mutual labels:  gatsby
Gatsby Starter Blog Grommet
A Gatsby v2 starter based on Grommet v2 UI. Demo:
Stars: ✭ 21 (-58.82%)
Mutual labels:  gatsby
Ibaslogic
Dev Articles for the Self-Starter
Stars: ✭ 40 (-21.57%)
Mutual labels:  gatsby
Gatsby Plugin Mdx
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx
Stars: ✭ 50 (-1.96%)
Mutual labels:  gatsby
Gatsby Starter Typescript Deluxe
A Gatsby starter with TypeScript, Storybook, Styled Components, Framer Motion, Jest, and more.
Stars: ✭ 50 (-1.96%)
Mutual labels:  gatsby
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-13.73%)
Mutual labels:  gatsby

gatsby-plugin-linaria

npm npm downloads

Gatsby plugin for styling with Linaria

Install

Install the plugin and Linaria:

yarn add gatsby-plugin-linaria linaria

Next, add the plugin to gatsby-config.js:

plugins: [
  'gatsby-plugin-linaria',
]

Finally, make sure to add .linaria-cache to your .gitignore file.

TypeScript

If you're using TypeScript, make sure to include gatsby-plugin-typescript before gatsby-plugin-linaria in your config:

plugins: [
  'gatsby-plugin-typescript',
  'gatsby-plugin-linaria',
]

See #13 for more details.

Happy styling! 🎨

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].