Skip to content
Snippets Groups Projects
Select Git revision
  • ecdbe5c375cb32c1d7d825b864b7bbc499a309e1
  • master default protected
  • v2 protected
  • v2-test protected
  • piratiuk
  • regionalSuccess
  • v1
7 results

env.example

Blame
  • tailwind.config.js 7.57 KiB
    module.exports = {
        content: [
            './majak_uistyleguide/static/src/**/*.{html,vue}',
            './majak_uistyleguide/templates/patterns/**/*.html',
        ],
        theme: {
            extend: {
                maxWidth: {
                    'xxs': '16rem',
                },
                opacity: {
                    '85': '0.85',
                },
                lineHeight: {
                    'negative': '0.9',
                },
                spacing: {
                    '0/5': '0.125rem',
                    '14': '3.5rem',
                    '28': '7rem',
                    '36': '9rem',
                    '44': '11rem',
                    '52': '13rem',
                    '80': '20rem'
                },
                // flip-x
                scale: {
                    '-1': '-1',
                },
            },
            // Breakpoints
            screens: {
                'sm': '576px',
                'md': '768px',
                'lg': '992px',
                'xl': '1200px',
                '2xl': '1366px',
                '3xl': '2060px',
            },
            fontFamily: {
                alt: ['Bebas Neue', 'Helvetica', 'Arial', 'sans-serif'],
                body: ['Roboto', 'Helvetica', 'Arial', 'sans-serif'],
                condensed: ['Roboto Condensed', 'Helvetica', 'Arial', 'sans-serif'],
            },
            fontSize: {
                '2xs': '.65rem',
                'xs': '.75rem',
                'sm': '.875rem',
                'base': '1rem',
                'lg': '1.125rem',
                'xl': '1.3rem',
                '2xl': '1.6rem',
                '3xl': '1.875rem',
                '4xl': '2.45rem',
                '5xl': '3rem',
                '6xl': '4rem',
                '7xl': '5.3rem',
                '8xl': '6.25rem',
                '9xl': '7.5rem',
            },
            fontWeight: {
                light: 300,
                normal: 400,
                medium: 500,
                bold: 700,
            },
            colors: {
                'transparent': 'transparent',
                'black': '#000000',
                'white': '#ffffff',