mirror of
https://github.com/Snigdha-OS/snigdhaos-web-dev.git
synced 2025-09-06 21:25:11 +02:00
IDK
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import React from 'react';
|
// import React from 'react';
|
||||||
import { ArrowRight, Shield, Settings, Activity, Cpu, Cloud, Code, Users } from 'lucide-react';
|
import { ArrowRight, Shield, Settings, Activity, Cpu, Cloud, Code, Users } from 'lucide-react';
|
||||||
import ImageSlider from '../components/home/ImageSlider';
|
import ImageSlider from '../components/home/ImageSlider';
|
||||||
import PenTestTools from '../components/home/PenTestTools';
|
import PenTestTools from '../components/home/PenTestTools';
|
||||||
|
@@ -1,8 +1,11 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
module.exports = {
|
||||||
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
content: [
|
||||||
|
'./src/**/*.{js,ts,jsx,tsx}',
|
||||||
|
// Add paths to other files that use Tailwind
|
||||||
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
};
|
}
|
||||||
|
Reference in New Issue
Block a user