1.1.1 • Published 4 years ago

modesto v1.1.1

Weekly downloads
6
License
GNU GPLv3
Repository
github
Last release
4 years ago

Modesto CSS GitHub package.json version

Um framework CSS simples (fortemente inspirado pelo visual do CodyFrame), para estilizar minimamente um conteúdo tipo "texto" sem precisar adicionar nenhuma classe (ou o mínimo) aos elementos nativos.

👉 Documentação e demonstração: https://modesto.netlify.app/

modesto: dotado de modéstia; isento de vaidade; simples, despretensioso.


Utilização

Versão com o CSS aberto Standard CSS size:

<link rel="stylesheet" href="https://unpkg.com/modesto@latest/modesto.css">

Versão com o CSS minificado GZIPed CSS size:

<link rel="stylesheet" href="https://unpkg.com/modesto@latest/modesto.min.css">

Princípios

  1. 📖 Semântico
  2. 👋 Independente de qualquer conteúdo externo
  3. ♿️ Acessível
  4. 🤓 ClassLess: evitar ao máximo a necessidade colocar class nos elementos
  5. ⚡️ Leve, MUITO leve para se "embedado" direto na página, GZIPed CSS size

Development Scripts

This "bootstrap" is based on the awesome HTML SASS Jumpstart from 5t3ph.

npm run develop

Serve with hot reload at localhost:1337

npm run build

Generate minified, autoprefixed CSS for production

Use this as the "Publish command" if needed by hosting such as Netlify.

npm run dist

Replaces __VERSION__ string inside html and css file for the version from package.json file, generates the CSS files and copy them into the root of the project.


In order publish a new version and documentation:

  1. Change the version inside the package.json.
$ npm run dist
$ git add .
$ git commit -m ...
$ git push origin master
$ npm publish

Netlify Status