Dan Tonon
Dan Tonon
I'm planning on doing the fix myself as a pull request. Can you help point me in the right direction so I know where to apply the fix?
I am so glad with the solution that the working group came up with. It is so much more robust than I was expecting and it is much better than...
Did you know that you can import .css files into sass projects by just importing the file and leaving off the file extension? So instead of this: ````` @import 'path/to/file.css';...
> Would it be possible to extend the capability of the start attribute I like how short the "start" attribute is but if it only contains a number in it,...
@muan > h* tags will be exposed to AT as level up to 9. Why only up to level 9? Why does there have to be any limit at all?...
> Browser implementations should try to work around known AT bugs, e.g., if AT X turns level 10 headings into level 1 headings, then the browser can decide to send...
Can this please be merged into master and released onto npm? It doesn't seem to be fixed in the official release.
Maybe the solution is to raise an issue against Cypress to allow users to suppress the warning?
index.css ``` @require("package-one") @require("package-two") main { /* normal styles */ } ``` You could then maybe use PostCSS to take note of all the require statements before stripping them out.
This one issue basically makes this otherwise really cool tool completely impossible to use in most modern day projects :(