postcss-nested
TypeScript
postcss-nested | TypeScript | |
---|---|---|
10 | 1,446 | |
1,189 | 105,748 | |
0.0% | 0.3% | |
7.1 | 9.6 | |
9 months ago | 5 days ago | |
JavaScript | TypeScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
postcss-nested
-
Vanilla+PostCSS as an Alternative to SCSS
And we have to make sure that it runs before the nesting plugin, otherwise it will not work at all due to an issue when using both plugins together.
- I've started breaking tailwind classes into multiple lines and feel like this is much easier to read than having all the classes on one line. Does anyone else do that? Any drawback to it?
-
Is there any importance of using CSS preprocessor in Svelte?
postcss-nested
- Is SASS Worth Learning?
-
Can you designate multiple CSS rules to be included within a selector?
What you're describing is nesting, which is currently in the proposal stages for CSS. That being said, nesting has long been a feature in many preprocessors, such as sass and less. You can also use this PostCSS plugin if you only want the nesting and nothing else.
- PostCSS- NESTED --- How can i use it inside a component
-
PostCSS nesting with CSS variables isn't working in Tailwind CSS & Next.js
My PostCSS Config contains postcss-preset-env already which should support for CSS nesting. I also installed postcss-nested & postcss-css-variables, just in case.
-
Here's my website setup...
PostCSS Nested - so I can use Sass-like nesting.
- PostCSS Author is “burned out” on project
-
Im Watching A Course For Laravel And Working With
A quick example that demonstrates what I've said would be the postcss nesting plugin: https://github.com/postcss/postcss-nested
TypeScript
- TypeScript: Enable Strict Mode by Default
- Node.js can now execute TypeScript files
-
$160M VC-backed company just killed my EU trademark for a small OSS project
I can't give advice about the trademark, other than that I've been through this kind of thing before and it sucks.
What I can say... is that I love what you've been doing on your Deepkit, and I was horrified to hear that this was happening to you.
Seriously, I've only lurked in the community so far, but it's possibly the most forward-thinking foundational library in the web space that I've seen.
Strong typing with annotations that can simultaneously influence runtime ORM and frontend generation, while being fully compliant Typescript? A hand-rolled lightning-fast Typescript compiler that emits the runtime reflection capabilities? Full-fledged DI as an inherent part of the design, not an afterthought?
It's such an incredible blend of beautiful tooling with pragmatic applications.
For anyone curious about this, https://web.archive.org/web/20230916074647/https://deepkit.i... is a fascinating read.
https://github.com/microsoft/TypeScript/issues/47658#issueco... provides context on why some of TypeScript's design goals around erasure hold it back from these features. My vision of the web is that it would be an even more vibrant and innovative place if TypeScript were to cast off those restrictions.
DeepKit actually solving this by implementing its own compiler, bytecode, and interpreter... it's truly incredible.
Marc, know that there are people out there who love your work, and who will continue to follow it avidly regardless of the name. You're doing amazing things.
- I Built LeedPDF - Open Source PDF Drawing & Annotation That Feels Like Sketching ✏️
-
A parser for TypeScript types, written in TypeScript types
This parser is not written in TS types, and this kind of pedantry (when claiming "no js here") is important. In fact, the parser includes both the use of ternary operators as well as the rest operator, both of which are absolutely not part of the type system and are most certainly part of JS.
While this tries to reach the levels of "TypeScript is Turing complete[1]" (which happens to be super cool), it is, in my humble opinion, not even remotely interesting.
[1] https://github.com/Microsoft/TypeScript/issues/14833
-
Build a Fullstack Stock Portfolio Agent with Mastra and AG-UI
TypeScript- a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
- 300ms live captions that actually work: vocallq's real-time performance deep dive
- building sales agents that know their stuff: vocallq's domain expertise approach
- Tabs vs. Spaces: The War Is Over
-
Comctx: A Better Cross-Context Communication Library Than Comlink
Type Safety TypeScript support is as good as Comlink, with all the type inference you expect.
What are some alternatives?
postcss-preset-env - Convert modern CSS into something browsers understand
bolt.new - Prompt, run, edit, and deploy full-stack web applications. -- bolt.new -- Help Center: https://support.bolt.new/ -- Community Support: https://discord.com/invite/stackblitz
css-modules - Documentation about css-modules
Tailwind CSS - A utility-first CSS framework for rapid UI development.
postcss-nesting - Nest style rules inside each other
zx - A tool for writing better scripts