react
has just been released, did you know it?
It is a JavaScript library for creating user interfaces.
react
has just been released, did you know it?
It is a JavaScript library for creating user interfaces.
Hello world!
"#], &config, ); assert!(css.expect("failed to generate the CSS").ends_with(r#" .w-auto { width: auto; } .rounded-md { border-radius: 0.375rem; } .bg-red-200 { --en-bg-opacity: 1; background-color: rgb(254 202 202 / var(--en-bg-opacity)); }"#)); ``` ## Command line interface A command line interface is also available. Install it using: ```bash cargo install encre-css-cli ``` Then run `encrecss --help` for instructions on how to use it. ## Plugins `encre-css` was built with modularity in mind and it is possible to write or use custom plugins. [Learn more](https://docs.rs/encre-css/latest/encre_css/plugins) ## About the name `encre` means `ink` in French. ## License `encre-css` is published under the [MIT license](https://gitlab.com/encre-org/encre-css/blob/main/LICENSE).