Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ajusa/lit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ajusa/lit - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/util.css

2

package.json
{
"name": "@ajusa/lit",
"version": "1.0.0",
"version": "1.1.0",
"description": "a sub 400 byte css framework",

@@ -5,0 +5,0 @@ "main": "lit.css",

@@ -20,9 +20,13 @@ # lit 🔥

## util
util is an atomic css addon for lit. It is currently a work in progress, but feel free to check it out at https://ajusa.github.io/lit/util.html
## Getting Started
1. Download [lit.css](https://github.com/Ajusa/lit/blob/master/dist/lit.css)
2. Include [lit.css](https://github.com/Ajusa/lit/blob/master/dist/lit.css)
3. Look at the docs on the website below to learn usage
1. Install lit.css with one of the following:
- NPM: `npm install --save @ajusa/lit`
- CSS3: `<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ajusa/lit@1.0.0/dist/lit.css)" />`
- CSSNext: `<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ajusa/lit@1.0.0/src/lit.css)" />`
2. [Read the Docs](https://ajusa.github.io/lit/) to see usage
Note: lit uses PostCSS to transform from CSSNext to CSS3. If you are comfortable outright using CSSNext, you can directly
include the lit.css file in the src directory. Otherwise, use the dist/lit.css file.
include the `lit.css` file in the src directory. Otherwise, use the `dist/lit.css` file.

@@ -39,3 +43,1 @@ ## Supported Browsers

5. If you are making changes live, use `npm run watch`. `watch` will build the minified css file in `./dist` whenever there is a change in `./src/lit.css`.
[Docs](https://ajusa.github.io/lit/)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc