Coder Social home page Coder Social logo

fylgja / stylelint-config Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 493 KB

A shareable stylelint config object that enforces Fylgja's css rules

Home Page: https://fylgja.dev

License: MIT License

JavaScript 58.90% SCSS 5.06% CSS 18.52% Vue 4.58% HTML 4.22% Astro 3.53% PHP 1.67% Svelte 1.89% Liquid 1.63%
astro css fylgja linter-config scss stylelint stylelint-config svelte tailwindcss vue

stylelint-config's Introduction

Fylgja is a component-based CSS framework that allows you to pick and choose the components you need. Each component is built as a foundation for a specific component, so you can style it to your own look without having to build the base styles from scratch every time.

Fylgja is powered by SCSS, but can also be used with PostCSS or as plain CSS. This makes it easy to include Fylgja in your projects, regardless of your preferred setup.

Learn more

Checkout all Fylgja CSS Components

On Fylgja.dev

Or on npmjs.com, using on of the links below:

Aria Only - Aspect Ratio - Auto Grid - Avatar - Badge - Base - Borders - Breadcrumbs - Button - Card - Code - Colors - Container - Control - Details - Dialog - Easing - Fonts - Form - Gradient - Hashlink - Input Group - List - Marquee - Menu - Mq - Pagination - Print - Progress - Range - Scroll Slider - Scrollbar - Section - Shadow - Sizes - Stretched Link - Table - Tokens - Transform - Transition - Utilpack - Z-layer

stylelint-config's People

Contributors

allrude avatar davidvandenpol avatar dependabot-preview[bot] avatar dependabot[bot] avatar grimlink avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

stylelint-config's Issues

New errors from `media-feature-range-notation: "context"` rule

While this a great rule, this a bit to early for any Fylgja code that needs a minimal of 2 mayor browser versions.

I agree with the comments from:

I am also surprised that this rule got added to stylelint-config-standard so fast, when support for Safari was just added

Now in 10 Aug, 23 the support is still meh, Safari is now at 16.5 and added support in 16.4, if the support was added in Safari 15 I might considered keeping the rule, but this just to fast ๐Ÿ™

Set `color-function-notation` to 'modern'

Currently Fylgja is leaving this option open to choice,
but with the support and our personal updates to our code we feel this reason is lost and we should enforce the rule now.

Fix import url rule

Currently with the latest stylelint config the url needs to be the url syntax;

@import url('./path/fule.css');

But in PostCSS the more direct url path is mostly used;

@import './path/fule.css';

Change the rule to except both options.

Also forward this same issue to the stylelint/stylelint-config-standard#265 that causes this breaking rule.
With the argument for both cases.
As seen in the spec and in the moz docs

And set a good reason why 1 is better than the other or that is just a choice.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.