Socket
Socket
Sign inDemoInstall

stylus-presets

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    stylus-presets

My personal stylus presets for every web project


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
22.0 kB
Created
Weekly downloads
 

Readme

Source

Pré-definições para Stylus

Aqui encontra-se as pré-definições que sempre incluo na maioria dos sites que faço, sempre que possível eu uso o Stylus como pré-processador de CSS, por ser feito em Javascript e ser extremamente flexível, acabou sendo meu preferido em muito pouco tempo, passando por cima de LESS, SCSS e SASS.

Como usar?

  • Execute npm install stylus-presets ou yarn add stylus-presets;
  • Inclua o arquivo que está em src/index.styl em seu projeto.

O que está incluso?

  • Reset;
  • Variables;
  • Paleta de Cores;
  • Mixins.

Mixins neste repositório

  • Animation
    • transition
    • transition-property
    • transition-duration
    • transition-timing-function
    • transition-delay
    • animate
    • animate-delay
    • animate-duration
  • Decoration
    • background-size
    • border-radius
    • border-top-left-radius
    • border-top-right-radius
    • border-bottom-left-radius
    • border-bottom-right-radius
    • text-shadow
    • gradient
    • gradient-radial
    • blackfy
  • Display
    • calc *
    • box-sizing
    • overflow-scroll
    • user-select
    • appearance
    • square
    • size
    • section-row
    • container-box
    • clearfix
    • opacity
  • Images
    • grayscale
  • Transformation
    • transform
    • transform-origin
    • transform-style
    • perspective
    • perspective-origin
    • blackface-visibility
    • matrix
    • transform-translate
    • transform-translateX
    • transform-translateY
    • transform-translate3d
    • trasnform-scale
    • transform-rotate
    • skew

Contribua!

Envie-me um e-mail: rafhael@laranja.info ou faça seu Pull Request!

Keywords

FAQs

Last updated on 03 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc