-
Updated
May 21, 2020 - JavaScript
postcss-plugin
Here are 212 public repositories matching this topic...
confused about docs
I use code to express my mean:
// aa.css
.a {
background: url(./img/sprites/default/table/edit-icon.png)
}
// bb.css
.b {
background: url(./img/sprites/default/table/offline-icon.png)
}// main.js
require('aa.css');
require('bb.css'))when I use webpack, generated a sprite : sprite.table.png, but only offline-icon was bundle into sprite.table.png, the
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Nov 18, 2017 - JavaScript
-
Updated
May 17, 2020 - JavaScript
Vue Example
I couldn't figure out how to make this work with a vue (vue-cli) project. An example in the documentation would be extremely helpful.
-
Updated
May 15, 2020 - JavaScript
I’d like to recommend an updated list of data we should collect for plugins and how we should collect it.
- Collect the target NPM
name:process.argv[2], the first argument passed to the script.
- Collect
entrydata from NPM:https://registry.npmjs.org/${ name }/latest:- Collect
author, the primary author. - Collect
dependencies, all/plugin dependencies. - Coll
- Collect
-
Updated
Jan 29, 2020 - JavaScript
Causing some downstream errors in stylelint: stylelint/stylelint#4049 . I observed these errors in my repo when trying to update stylelint from 9.6.0 to 12.0.1 .
- Node Version: 13.5.0
- NPM Version: Unk; using RunKit
- postcss Version: 7.0.26
- postcss-less Version: 3.1.4
LESS
// comment1
.a, .b,
// comment2
.c {}JavaScript
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Nov 2, 2017 - TypeScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Nov 2, 2017 - TypeScript
-
Updated
Jun 12, 2019 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Nov 7, 2019 - JavaScript
-
Updated
Dec 20, 2018 - JavaScript
-
Updated
Nov 12, 2018 - JavaScript
Hello
I'm trying to add some custom colors to my tailwind css but when I run npx nativescript-tailwind tailwind.config.js it seems to ignore my config file.
My config file is in the root directory and looks like this...
module.exports = {
theme: {
extend: {
colors: {
demo: {
default: '#1ebc3b',
dark: '#0b601b',
},
},
-
Updated
Mar 24, 2020 - TypeScript
Improve this page
Add a description, image, and links to the postcss-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the postcss-plugin topic, visit your repo's landing page and select "manage topics."
Hi, thank you for your code. I'm a bit confused by your docs and demos, though.
` backgr