parse-css-rule

0.0.1 • Public • Published

parse-css-rule

Parse a string of text as a CSS rule using JavaScript in the browser environment.

about

This module makes use of parse-css-stylesheet to return the first CSS rule parsed from any CSS stylesheet given to this function as a string.

usage

This software is distributed as an ES module and should work in all modern browsers (including Chrome/Safari/Edge/Firefox).

import parseRule from 'https://unpkg.com/parse-css-rule/index.js'
 
// Log the parsed CSS rule object to the console
console.log(
  parseRule(':root { background-color: lime }')
)

Package Sidebar

Install

npm i parse-css-rule

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

2.53 kB

Total Files

4

Last publish

Collaborators

  • tomhodgins