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

cecilia-css

v0.11.0

Published

A set of tools for quick development of web interfaces.

Downloads

31

Readme

Cecilia CSS

Welcome to Cecilia CSS

npm gzip size license

About

Cecilia CSS is the CSS framework that I use in my personal projects. While it works, its purpose is to do some experiments while not relying on third-party frameworks, which are constantly changing.

  • lowerCamelCase classes because they are easier to write in React
  • Small file size: ~3kB (minified and gzipped)
  • A responsive grid with 5 breakpoints
  • Built with flexbox
  • There is no JavaScript included
  • Only one dependency: normalize.css

View demo

Table of Contents

  1. Getting Started
  2. Browser Support
  3. Development
  4. Contributing
  5. Questions
  6. Changelog
  7. License

Getting Started

Use from the CDN

The easiest and fastest way.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cecilia-css">

Install with npm

Install Cecilia CSS from npm.

npm i cecilia-css

Link the CSS into your page.

<link rel="stylesheet" href="public/css/cecilia.min.css">

Install with Yarn

Install Cecilia CSS from Yarn.

yarn add cecilia-css

Link the CSS into your page.

<link rel="stylesheet" href="public/css/cecilia.min.css">

Download

Download the latest release (entire project) or just the minified file cecilia.min.css

Copy the dist/cecilia.min.css file to your project and link the CSS into your page.

<link rel="stylesheet" href="css/cecilia.min.css">

Browser Support

Only modern browsers

Development

1. Clone this repo

git clone https://github.com/SandroMiguel/cecilia-css.git

2. Install dev dependencies

yarn install

3. Create a branch

git checkout -b branch-name

4. Compile your changes

Compile cecilia.scss file to cecilia.css

yarn build

5. Commit your changes

git commit -m "Added a cool stuff"

6. Push your branch

git push origin my-branch

7. Open a pull request

Open a Pull Request with a clear title and description.

Contributing

Want to contribute? All contributions are welcome. Please read the contributing guide.

Questions

If you have questions tweet me at @sandro_m_m or open an issue.

Changelog

See CHANGELOG.md

License

This project is licensed under the MIT License - see the LICENSE file for details

~ sharing is caring ~