namely-ui-css

0.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i namely-ui-css

Weekly Downloads

17

Version

0.2.1

License

ISC

Last publish

Collaborators

  • hipsterbrown
  • lovisakeppe
  • tsargent