sheetify icon indicating copy to clipboard operation
sheetify copied to clipboard

:sparkles: Modular CSS bundler for browserify

Results 18 sheetify issues
Sort by recently updated
recently updated
newest added

Its better practice and to set a better usage example to switch tagged template functions to `css` instead of `sf`. This was a suggestion generated by @yoshuawuyts when reviewing https://github.com/stackcss/sheetify/pull/165,...

Is there anything preventing sheetify from parsing a selector like this: `.validate :host:invalid`? In my case this leaves the `:host` part alone instead of replacing the token with the right...

I'm using "babel-preset-es2015": "^6.9.0" with "babelify": "^7.3.0", and `import sf from 'sheetify';` doesn't work (5.0.3 of sheetify). I get: ``` no-highlight Uncaught TypeError: (0 , _sheetify2.default) is not a function...

https://meowni.ca/posts/part-theme-explainer/ I was wondering what we could do with this in Sheetify. The spec isn't done yet, but it's probably worth thinking about. I'm thinking there could be some interesting...

I have a few components that are similar and I'd like to share styles between rather than copying & pasting the styles into each component. So I put the shared...

There's no reason this couldn't work without a transform: ```js var css = require('sheetify') var style = css` :host { color: black } ` ``` This can't however: ```js var...

Webpack documentation suggests using [transform-loader](https://github.com/webpack-contrib/transform-loader) for converting browserify transforms to webpack loaders, but when started it throws error: `Error: It appears that you're trying to require sheetify in the browser...

Hi! What do you think about `@apply` support? ``` css :root { --awesomeComponent-theme: { color: white; background: black; } } .awesomeComponent { width: 100%; margin: 0 auto; @apply --awesomeComponent-theme; }...

i mean we're using a lot of stuff in addition to sheetify, but, it could be more obvious how this all fits together :). I'll try to throw together some...