Socket
Book a DemoInstallSign in
Socket

nacss

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nacss

CSS to prepare a base for styling

2.0.2
latest
Source
npmnpm
Version published
Weekly downloads
8
14.29%
Maintainers
1
Weekly downloads
 
Created
Source

😶 nacss

npm npm npm npm

nacss (なくす in Japanese) is CSS to prepare a base for styling.

Inspired by normalize.css. It provides many great tips of CSS normalization till now.

Preview

You can see the preview of nacss styles here.

Support browsers

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)

Installation

npm install nacss
yarn add nacss

There's no need to install package if loading CSS file via CDN.

How to use

Just load CSS file in your project.

There are several ways to load CSS. The following shows how to load. Then of course, the choice is yours. 🐑

HTML

Insert <link> into <head>.

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/nacss/dist/nacss.min.css"
/>

See here for valid version.

JavaScript

import 'nacss';

Stylesheet

@import 'nacss';
@import url(nacss);

/* via CDN */
@import url(https://cdn.jsdelivr.net/npm/nacss/dist/nacss.min.css);

Keywords

css

FAQs

Package last updated on 26 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.