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

@shirohana/bulma-stylus

v0.7.1

Published

Pure Stylus implementation of Bulma.css with a little changes

Downloads

10

Readme

Bulma Stylus

Pure Stylus implementation of Bulma.css

Notice! This package is used to integrate Bulma with Stylus, it does NOT includes builded css files.

Bulma-Stylus banner

Install

This package version is synchronous with Bulma, every difference between the same version of Bulma will be logged in Changelog.

NPM

npm install @shirohana/bulma-stylus

or

Yarn

yarn add @shirohana/bulma-stylus

Links

Difference between Bulma

  • Support 4k container (Disable: $4k-enabled = false)
  • All possible floating numbers are round to 4 digits after the period

New Feature

  • Dynamic rem for better user experience on high-resolution screens

    high resolution comparation

    If enabled, the page will be scale in ratio when device width exceeds $body-auto-scale (default: $fullhd).

    You can try a higher value and find out the best in your situation like $body-auto-scale = $fullhd + 20*16px.

    Set $body-auto-scale to any falsy value to disable this feature.

Internal

  • Use em/rem instead px in every elements, components and helpers
  • Replace lighten() function with sass-lighten() which implements sass-like lighten
  • Replace darken() function with sass-darken() which implements sass-like darken
  • Remove powerNumber() function (Use Stylus exponent-operator instead)
  • Remove colorLuminance() function (Use Stylus built-in function luminosity() instead)

Contributing

Bug fix or improvement only, or you can create an Issue for any problem :)

Install dependencies

yarn; cd docs && yarn

Test your code

Ensure there's no error reported

yarn dev

Start documentation server and ensure the page looks in expected

cd docs && docker-compose up

Before committing

yarn clean

Inherited copyright and license

© 2018 Jeremy Thomas. Code released under the MIT license.