NullVoxPopuli
NullVoxPopuli
I have a new/better way of running tailwind with jit + embroider: https://github.com/embroider-build/embroider/issues/729
I have this issue as well, ``` Build Error (PostcssCompiler) File not found: /src/ui/styles/app.css in any of the following include paths: /tmp/broccoli-5148oUnW20R0Ywy0/out-425-broccoli_merge_trees Stack Trace and Error Report: /tmp/error.dump.266d871b3631fec2345773534efdbcfb.log ``` ```ts...
I changed my config to: ```ts postcssOptions: { compile: { extension: 'scss', enabled: true, parser: require('postcss-scss'), plugins: [ { module: require('@csstools/postcss-sass'), options: { includePaths: [ 'node_modules/tachyons-sass', ], }, }, ],...
ok, so with my updated config: ```ts postcssOptions: { compile: { extension: 'scss', enabled: true, parser: require('postcss-scss'), plugins: [ { module: require('@csstools/postcss-sass'), options: { includePaths: [ 'node_modules/bulma', ], }, },...
I'm currently trying to make an addon that provides a PostCSS config. This is what I have so far: ```ts // addon's index.js module.exports = { name: require('./package').name, isDevelopingAddon() {...
how's it lookin? the build's red
does this also fix component-co-location?
modifier or decorator? o.o maybe both? let the user choose? :D
What's left here? It's been a couple months
I'll ping them