Skip to content
#

style

Here are 1,053 public repositories matching this topic...

phpinsights
theme-ui
hasparus
hasparus commented Apr 7, 2022

We're currently causing peerDependency warnings in Yarn 2.
Whenever we depend on something, this dependencies peerDependencies must be listed either in our peerDependencies or in our dependencies.

Discussed in system-ui/theme-ui#2196

Originally posted by jw-miaem April 7, 2022
Reason I ask (before raisin

bug good first issue
style-dictionary
custa1200
custa1200 commented Oct 7, 2019

One of the consumers of our system uses curly braces for content replacement in strings.

Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.

I have tried a number of ways to escape the braces with no luck

Other languages and templating systems seem to use the concept of using double curly b

mvdan
mvdan commented Mar 18, 2020

Some examples:

chan (int)
f((3))

We don't want to do this in all cases where a parentheses is unambiguous, though. For example, within binary expressions like (foo && bar) && baz it can help readability and maintainability, even if the parentheses don't actually change the evaluation.

enhancement good first issue
tomrav
tomrav commented Jul 13, 2021

All of the various Stylable directives should warn the user when receiving no arguments and at least 1 is expected.

Current status:

at-rules

  • - @st-import
  • - @st-scope
  • - @custom-selector

rules

  • - :global()
  • - pseudo-states parameters (fixed)
    • [x]
diagnostics core tech debt good first issue

Improve this page

Add a description, image, and links to the style 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 style topic, visit your repo's landing page and select "manage topics."

Learn more