Skip to content
#

postcss

Here are 2,374 public repositories matching this topic...

stylelint
IanVS
IanVS commented May 13, 2022

What steps are needed to reproduce the bug?

/* establish a layer order up-front, from lowest to highest priority */
@layer reset, defaults, theme, patterns, components, utilities, overrides;

@import url('colors.css') layer(theme);

What Stylelint configuration is needed to reproduce the bug?

{
	"no-invalid-position-at-import-rule": true,
}

How did yo

status: ready to implement type: bug good first issue

🚀 Boilerplate and Starter for Next.js 12+, Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS

  • Updated May 12, 2022
  • TypeScript

Improve this page

Add a description, image, and links to the postcss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the postcss topic, visit your repo's landing page and select "manage topics."

Learn more