npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@viur/ignite

v5.1.2

Published

A sizzling PostCSS boilerplate

Downloads

20

Readme

NPM Version License: MIT

Ignite

ViUR Ignite is a sizzling PostCSS boilerplate

Our goal is to create a boilerplate that is sturdy and scalable yet lightweight and adaptable to our different customer projects. Our approach to CSS is influenced by many modern CSS principles: object oriented, functional and structured. It uses the power of PostCSS.

For a detailed introduction and examples have a look at ignite.viur.dev.

What is this framework for?

  • Ignite is a development toolkit for sturdy HTML and CSS
  • It is a lightweight collection of helpful CSS
  • It is responsive and adaptable
  • It is built with PostCSS
  • It is a solid foundation for Shoelace and VUEJS

Foundation

  • basic.css – styling of all application basics (body, fonts, headlines, lists etc.).
  • color.css – is a collection of color tables.
  • config.css – stores all default variables and constants.
  • mediaqueries.css – is a really simple solution for media queries.
  • reset.css – resets all browsers to the same base state.

Themes

  • dark.css - is a starting point for a dark theme
  • light.css - is a starting point for a light theme

Utilities

  • shoelace.css – the ignite shoelace adapter (ISA)
  • utilities.css – useful helpers

Usage

NPM

Use NPM to install Ignite:

npm install @viur/ignite 

Please use postcss-import with your PostCSS pipeline. This way you are able to get rid of ugly ../node_modules/@viur/ignite/ignite.css imports:

@import url('@viur/ignite/ignite.css');

Submodule

You can add Ignite as submodule to your project as well:

git submodule add [email protected]:viur-framework/ignite.git

or

git submodule add https://github.com/viur-framework/ignite.git

Now you can import Ignite in your projects style.css

@import url('ignite/ignite.css');

Builds

Preprocessed versions of Ignite can be found in dist folder:

Bundled:

@import url('@viur/ignite/dist/ignite.css');

Minified:

@import url('@viur/ignite/dist/ignite.min.css');

Contribution guidelines

  • Available for use under the MIT license

Who do I talk to?