csskit 0.0.0-canary.dd996f55f4afa4aa87529041ae8aea62d2560cfc → 0.0.0-canary.df6f19b9c8c8be01b090ed083694a0f6f7e2d10e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # csskit
2
+
3
+ csskit is a suite of high performance tools for CSS, written in Rust.
4
+
5
+ ## Goals
6
+
7
+ The goal of this project is to provide a high quality set of tools for writing native CSS and shipping said CSS into
8
+ production the best way possible. This means:
9
+
10
+ - Preventing mistakes at author time (parsing & linting).
11
+ - Advising best practices and highlighting pitfalls (linting).
12
+ - Allow consistent homogeneous code to be written (formatting).
13
+ - Allowing the authorship of modern CSS that is downsampled for browser support ("transpiling").
14
+ - Provides integration with IDEs (LSP).
15
+ - Producing the smallest available artefacts (minification & bundling).
16
+ - Provide a way for authors to migrate from alternative authoring formats (such as SCSS).
17
+
18
+ ## Usage
19
+
20
+ - Visit the [Getting started guide](https://csskit.rs/docs/getting-started/) for more detail.
package/bin/csskit CHANGED
File without changes
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "csskit",
3
- "version": "0.0.0-canary.dd996f55f4afa4aa87529041ae8aea62d2560cfc",
3
+ "version": "0.0.0-canary.df6f19b9c8c8be01b090ed083694a0f6f7e2d10e",
4
4
  "description": "Refreshing CSS",
5
5
  "keywords": [],
6
6
  "license": "MIT",