Skip to content

Commit

Permalink
Update readme status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Oct 6, 2023
1 parent 633d88d commit 12b250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PostCSS at-root [![Circle CI](https://circleci.com/gh/OEvgeny/postcss-atroot.svg?style=svg)](https://circleci.com/gh/OEvgeny/postcss-atroot)
# PostCSS at-root [![Node.js CI](https://github.com/OEvgeny/postcss-atroot/actions/workflows/nodejs.yml/badge.svg)](https://github.com/OEvgeny/postcss-atroot/actions/workflows/nodejs.yml)
PostCSS plugin to place rules directly at the root node.

The ``@at-root`` causes one or more rules to be emitted at the root of the document, rather than being nested beneath their parent selectors:
Expand Down

0 comments on commit 12b250f

Please sign in to comment.