Go to file
hazycora 33dbf2722b
All checks were successful
Deploy to pages.gay / build_site (push) Successful in 13s
change message-border-radius
2023-12-13 22:10:44 -06:00
.forgejo/workflows add workflow 2023-12-13 20:28:19 -06:00
src setup demo site 2023-12-13 20:27:12 -06:00
view change message-border-radius 2023-12-13 22:10:44 -06:00
.eslintignore setup demo site 2023-12-13 20:27:12 -06:00
.eslintrc.cjs initial commit 2023-12-13 20:09:55 -06:00
.gitignore setup demo site 2023-12-13 20:27:12 -06:00
.npmignore setup demo site 2023-12-13 20:27:12 -06:00
.prettierignore setup demo site 2023-12-13 20:27:12 -06:00
.prettierrc initial commit 2023-12-13 20:09:55 -06:00
index.test.js initial commit 2023-12-13 20:09:55 -06:00
LICENSE initial commit 2023-12-13 20:09:55 -06:00
package.json update README.md and package.json 2023-12-13 20:55:47 -06:00
pnpm-lock.yaml initial commit 2023-12-13 20:09:55 -06:00
README.md update README.md and package.json 2023-12-13 20:55:47 -06:00
rollup.config.mjs initial commit 2023-12-13 20:09:55 -06:00

postcss-first-contiguous

a PostCSS plugin adding :first-contiguous() and :last-contiguous(), fictional CSS pseudo-classes. Demo

Usage

npm install postcss postcss-first-contiguous --save-dev
const postcss = require('postcss')
const contiguous = require('postcss-first-contiguous')

postcss([contiguous()]).process(YOUR_CSS /*, processOptions */)