Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to chose tailwindcss while creating larevel project

@tailwind base;
@tailwind components;
@tailwind utilities;
Comment

how to chose tailwindcss while creating larevel project

purge: [
    './storage/framework/views/*.php',
    './resources/**/*.blade.php',
    './resources/**/*.js',
    './resources/**/*.vue',
],
Comment

how to chose tailwindcss while creating larevel project

mix.js('resources/js/app.js', 'public/js')
    .postCss('resources/css/app.css', 'public/css', [
        require('tailwindcss'),
    ]);
Comment

how to chose tailwindcss while creating larevel project

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link href="/css/app.css" rel="stylesheet">
</head>
Comment

PREVIOUS NEXT
Code Example
Css :: git font 
Css :: Cambiar el color de texto al hacer scroll css 
Css :: css create a circle image 
Css :: ease in out 
Css :: sass use variables from another file 
Css :: css make bottom of the div triangle 
Css :: Border property to set the LEFT border to "dotted" 
Css :: crystal background css 
Css :: how to put something on layers css 
Css :: form validation with css 
Css :: nuxt page transition 
Css :: how to make text disappear after a certain length css 
Css :: how to remove default padding of div 
Css :: linear-gradient tailwind 
Css :: crop image in div 
Css :: nibabel ValueError: w2 should be positive, but is 
Css :: ellipsis 
Css :: css pass param to class 
Css :: css animation-fill-mode 
Css :: when change size image not change contrast css 
Css :: text shadow in css 
Css :: css 2 div cote à cote 
Css :: css multiple classes 
Css :: Simple example of using bootstrap 
Css :: glass style css 
Css :: nth-of-type(2):before 
Css :: Giving body maximum width in css 
Css :: card tailwind css 
Css :: ie showing close icon 
Css :: javascript index value 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =