This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
defineConfig, | |
presetAttributify, | |
presetIcons, | |
presetTagify, | |
presetWind, | |
transformerDirectives, | |
transformerVariantGroup, | |
} from "unocss"; | |
//import fs from "node:fs/promises"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
defineConfig, | |
presetAttributify, | |
presetIcons, | |
presetTagify, | |
presetWebFonts, | |
presetWind, | |
transformerDirectives, | |
transformerVariantGroup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
/^flex-(row|col)-([1-9])$/, | |
([, direction, number]) => { | |
type PositionProps = Readonly<'start' | 'center' | 'end'> | |
const positions = { | |
1: ['start', 'start'], | |
2: ['center', 'start'], | |
3: ['end', 'start'], | |
4: ['start', 'center'], | |
5: ['center', 'center'], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const mode = process.env.NODE_ENV; | |
const dev = mode === "development"; | |
// const OpenProps = require('open-props') | |
// const tailwind = require('tailwindcss') | |
// const postcssMediaRanges = require('postcss-media-minmax'); | |
const FontMagician = require("postcss-font-magician"); | |
const PresetEnv = require("postcss-preset-env"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
// ... | |
extends: [ | |
// ... | |
'plugin:astro/recommended', | |
'@tinkoff/eslint-config/app', | |
], | |
// ...P | |
overrides: [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"env": { | |
"browser": true, | |
"es2021": true, | |
"node": true | |
}, | |
"extends": [ | |
"plugin:astro/recommended", | |
"eslint:recommended", | |
"plugin:@typescript-eslint/recommended" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const mode = process.env.NODE_ENV; | |
const dev = mode === "development"; | |
const postcssMediaRanges = require("postcss-media-minmax"); | |
const postcssImport = require("postcss-import"); | |
// const OpenProps = require('open-props') | |
const cssnano = require("cssnano"); | |
module.exports = { | |
plugins: [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Pavan Kumar Sunkara | |
email = [email protected] | |
username = pksunkara | |
[init] | |
defaultBranch = master | |
[core] | |
editor = nvim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
pager = delta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
extends: [ | |
'stylelint-config-html', | |
'@tinkoff/stylelint-config', | |
'stylelint-config-standard-scss' | |
], | |
plugins: ['stylelint-scss', 'stylelint-csstree-validator'], | |
overrides: [ | |
{ | |
files: ['**/*.{astro,html}'], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Comment=Restart Plasma Shell and KWin | |
Exec=kwin_x11 --replace; plasmashell --replace | |
GenericName=Restart Plasma Shell and KWin | |
Icon=chronometer-reset | |
Name=Restart Plasma Shell and Kwin | |
NoDisplay=false | |
Path[$e]= | |
StartupNotify=true | |
Terminal=0 |
NewerOlder