Pinned Repositories
awesome-bundle-size
📝 An awesome list of tools and techniques to make your web bundle size smaller and your web apps load faster.
css-to-react-native-transform
Turn valid CSS into React Native Stylesheet objects.
normalize.scss
SCSS version of normalize.css
pinar
🌲☀️ Customizable, lightweight React Native carousel component with accessibility support.
react-native-css-modules
Style React Native components using CSS, PostCSS, Sass, Less or Stylus.
react-native-sass-transformer
Use Sass to style your React Native apps.
react-native-svg-transformer
Import SVG files in your React Native project the same way that you would in a Web application.
stylelint-declaration-block-no-ignored-properties
Disallow property values that are ignored due to another property value in the same rule.
umatrix-recipes
"uMatrix Recipes" is a collection of rules for uMatrix that you can use to fix some popular websites by whitelisting the 3rd-party requests that are critical for the websites to function.
stylelint-scss
A collection of SCSS specific linting rules for Stylelint
kristerkari's Repositories
kristerkari/react-native-svg-transformer
Import SVG files in your React Native project the same way that you would in a Web application.
kristerkari/pinar
🌲☀️ Customizable, lightweight React Native carousel component with accessibility support.
kristerkari/react-native-css-modules
Style React Native components using CSS, PostCSS, Sass, Less or Stylus.
kristerkari/react-native-sass-transformer
Use Sass to style your React Native apps.
kristerkari/awesome-bundle-size
📝 An awesome list of tools and techniques to make your web bundle size smaller and your web apps load faster.
kristerkari/stylelint-declaration-block-no-ignored-properties
Disallow property values that are ignored due to another property value in the same rule.
kristerkari/css-to-react-native-transform
Turn valid CSS into React Native Stylesheet objects.
kristerkari/stylelint-high-performance-animation
Stylelint rule for preventing the use of low performance animation and transition properties.
kristerkari/stylelint-react-native
A collection of React Native specific linting rules for stylelint (in a form of a plugin).
kristerkari/react-native-css-transformer
Use CSS to style your React Native apps.
kristerkari/react-native-svg-example
A simple example app that shows how you can use SVG files in React Native
kristerkari/react-native-less-transformer
Use Less to style your React Native apps.
kristerkari/react-native-postcss-transformer
Use PostCSS to style your React Native apps.
kristerkari/stylelint-config-react-native-styled-components
Shareable stylelint config for styled components when using React Native
kristerkari/stylelint-z-index-value-constraint
Stylelint rule for setting minimum and maximum constraint value for z-index.
kristerkari/react-native-css-modules-with-media-queries-example
An example app to show how CSS Media Queries work in React Native.
kristerkari/react-native-css-modules-with-typescript-example
A simple example app that shows how you can use CSS modules + Typescript with React Native and React (for browser)
kristerkari/react-native-css-modules-example
A simple example app that shows how you can use CSS modules with React Native and React (for browser)
kristerkari/react-native-svg-expo-example
A simple example app that shows how you can use SVG files in Expo
kristerkari/react-native-types-for-css-modules
React Native Typescript types with an extra added type: className property
kristerkari/css-calc-transform
Tiny Javascript library to transform CSS properties with calc() function values to pixels based on window and element dimensions.
kristerkari/react-native-stylus-transformer
Use Stylus to style your React Native apps.
kristerkari/babel-plugin-react-native-classname-to-style
Transform JSX className property to style property in react-native.
kristerkari/babel-plugin-react-native-stylename-to-style
Transform styleName property to style property in react-native.
kristerkari/stylelint-config-react-native-css-modules
Shareable stylelint config for React Native CSS modules
kristerkari/css-viewport-units-transform
Transform CSS viewport units of a Javascript style object to pixels based on window dimensions
kristerkari/react-native-known-styling-properties
List of React Native specific styling properties.
kristerkari/eslint-plugin
kristerkari/jest-codemods
Codemods for migrating to Jest https://github.com/facebook/jest 👾
kristerkari/kristerkari