postcss
Here are 1,727 public repositories matching this topic...
Issue
When using postcss v7.0.20 the webpack compilation fails with the following stack trace.
✖ 「wdm」: TypeError: Cannot read property 'value' of undefined
at /Users/username/workspaces/terra/terra-core/9.css:220:3
at new Quoted (/Users/username/workspaces/terra/terra-core/node_modules/postcss-values-parser/lib/nodes/Quoted.js:19:28)
at cloneNode (/Users/username/works
I still don't get the example on the read me page, what about gives them one. Which involve html and css?
this is the simple usage, but i think it better when we show more.
uncss -s dirty.css file.html > clean.css
Usage which involve most used options, because i am not often use this tools so i can't provide it.
I hope the others can help about this
Clearly describe the bug
"false-positive" no-descending-specificity with "empty" definitions (see below)
Which rule, if any, is the bug related to?
no-descending-specificity
What code is needed to reproduce the bug?
nav {
display: inline-block;
a {
display: inline-block;
}
}
a,
button,
label {
&:focus,-
Updated
Mar 18, 2019 - JavaScript
You might already know backpack or pocky which are kind of Poi for back-end (Node.js) apps.
So what about we making it possible as a poi preset
But note that here we don't need the default poi command, since we don't need that dev server. Instead we use poi watch & nodemon to develop the app, each time webpac
As stated in the header.
Our team member has translated this repo. On the other hand, we want to introduce SUIT to more Chinese developer.
I will make a PR if this is indeed useful.
link: https://github.com/iException/anka-doc/tree/master/blog/suit-master
The following:
.box {
border-top-left-radius: 10px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 40px;
}is currently minified to:
.box{border-top-left-radius:10px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:40px}but could be “short-hand”ed:
.box {bordeTyping print() in the jscodeshift transformer triggers browser print dialog
To Reproduce
Steps to reproduce the behavior:
- Specify to use jscodeshift
- Type
print()in bottom left corner - See the bug
Expected behavior
Shouldn't do that
Browser (please complete the following information):
- OS: OS X
- Browser Chrome
- Version 78.0.3904.108
**astexplorer
Since probably 90%+ of the users will want to have Babel and the autoprefixer it would be nice to ship a preset (using group()) that sets some blocks configured in a best-practice manner:
- Babel with
babel-preset-env(targetlast 2 versionsfor instance) - PostCSS with autoprefixer (similar target as set for
babel-preset-env) - Set
process.env.NODE_ENV(in output code, using `defin
-
Updated
Jun 22, 2020
-
Updated
Sep 29, 2017 - CSS
"lint-staged": {
"src/**/*.js": [
"prettier --write --trailing-comma es5 --semi false --print-width 160",
"git add"
],
"*.scss": [
"stylefmt",
"stylelint --syntax scss",
"git add"
]
},
How I currently am using it, how am I messing it up?
Would be great if you could create a custom plugin for stylelint that adds support for your custom rules; for example, making font-range a known property for the property-no-unknown rule.
-
Updated
Apr 13, 2020 - TypeScript
I'd like to use CSS modules by default for all my SCSS code, but disable it for Bootstrap SCSS files.
Right now I have this setup:
Encore.configureCssLoader(options => {
options.modules = true;
options.camelCase = true;
})It works fine, but if I import Bootstrap SCSS files in my project:
require('bootstrap/scss/bootstrap.scss');It gets compiled t
Describe the bug
In your documentation, it clearly states:
You may add as many html pages as you’d like to the root level directory, they will automatically be copied and minified into the dist/ folder upon building your site.
So I don't know if this a bug report or a feature request:
I want users to be able to visit website.com/survey instead of survey.html so I've put a
-
Updated
Jun 21, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 21, 2020 - JavaScript
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Jun 18, 2020 - TypeScript
Issue mentioned in the comment reduxjs/react-redux#541 (comment) is closed and looks like those additional typings needs to be contributed into the react-redux from @types. I think your code inside your typings must be contributed into there.
The options are becoming more and more complex so that the documents describing it are long. Can we make it compatible with postcss-load-config
See: https://github.com/gucong3000/gulp-postcss#readme
-
Updated
Jun 1, 2020 - CSS
Improve this page
Add a description, image, and links to the postcss topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the postcss topic, visit your repo's landing page and select "manage topics."
Thanks for a great css library.
I spend 2 days for trying to understand why in my vue project leaflet.css file not loaded to my project in test environment while in dev it's OK.
Please add information warning to installation section about purgecss
Also will be good to add note how to add whitelist styles to purgecss