Revision b670f544d21d1cba2ae067a2f7d8c372b590f4e0 authored by Viraj Joshi on 06 September 2022, 08:05:59 UTC, committed by GitHub on 06 September 2022, 08:05:59 UTC
fix: remove light pseudo props from base style
2 parent s dd7a2be + b9b319e
Raw File
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top