Skip to content
#

design-tools

Here are 257 public repositories matching this topic...

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

Silex
lexoyo
lexoyo commented Apr 30, 2021

After #1109 we do not need the whole JQuery anymore, we should use the lightweight Zepto as a drop-in replacement

  • Zepto is 9.6K
  • JQuery is 84K

Also an option to not include any library would be nice (all Silex components shoud be jquery-free)

  • replace JQuery with Zepto
  • remove JQuery syntax from components
  • add an option to not include JQuery/

Improve this page

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

Learn more