0.2.1 • Published 7 years ago

namely-ui-css v0.2.1

Weekly downloads
25
License
ISC
Repository
-
Last release
7 years ago

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
0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.1

8 years ago

1.0.0

8 years ago