Crates.io | simplecss |
lib.rs | simplecss |
version | 0.2.1 |
source | src |
created_at | 2017-01-14 18:14:03.493091 |
updated_at | 2021-07-20 16:46:17.104846 |
description | A simple CSS 2 parser and selector. |
homepage | |
repository | https://github.com/RazrFalcon/simplecss |
max_upload_size | |
id | 8064 |
size | 87,663 |
A simple CSS 2.1 parser and selector.
This is not a browser-grade CSS parser. If you need one, use cssparser + selectors.
Since it's very simple we will start with limitations:
* { width: 5px }
you will get a width
property with a 5px
value as a string.\26
, is not supported.!import
parsing support.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.