Socket
Socket
Sign inDemoInstall

namely-ui-css

Package Overview
Dependencies
0
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    namely-ui-css

``` npm install namely-ui-css npm run build ```


Version published
Weekly downloads
33
increased by94.12%
Maintainers
3
Install size
203 kB
Created
Weekly downloads
 

Readme

Source

Namely UI CSS

npm install namely-ui-css
npm run build

CDN


<!-- get the latest version -->
<link href="https://unpkg.com/namely-ui-css" rel="stylesheet" type="text/css">

<!-- get minified -->
<link href="https://unpkg.com/namely-ui-css/css/styles.min.css" rel="stylesheet" type="text/css">

<!-- specify a version -->
<link href="https://unpkg.com/namely-ui-css@SPECIFY_VERSION/css/styles.min.css" rel="stylesheet" type="text/css">

Read more about https://unpkg.com

Usage

For now, wrap your markup in a .namely-ui container:

<div class="namely-ui">
  <p class="p2">This text has padding</p>
</div>

Release

For all releases, a maintainer will complete the following steps:

  1. Update the version, commit it, and tag it (all of these things will happen with the following command):
npm version [<new version> | major | minor | patch]
  1. git push upstream master --tags this adds a new release to the github tags.

  2. Open https://github.com/namely/namely-ui-css/releases and click Edit on the right hand side of the "Latest Release". For the release description add relevant commit messages.

  3. Publish updated module to npm:

npm publish

FAQs

Last updated on 01 Mar 2017

Did you know?

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc