diff --git a/site/content/blog/2018-12-26-svelte-css-in-js.md b/site/content/blog/2018-12-26-svelte-css-in-js.md new file mode 100644 index 0000000000..2d36e2c71d --- /dev/null +++ b/site/content/blog/2018-12-26-svelte-css-in-js.md @@ -0,0 +1,29 @@ +--- +title: Using CSS-in-JS with Svelte +description: You don't need to, but you can +pubdate: 2018-12-26 +author: Rich Harris +authorURL: https://twitter.com/Rich_Harris +--- + +CSS is a core part of any web app. By extension, a UI framework that doesn't have a built-in way to add styles to your components is unfinished. + +That's why Svelte allows you to add CSS in a component's ` \ No newline at end of file