# css-guava **Repository Path**: sunshine002/css-guava ## Basic Information - **Project Name**: css-guava - **Description**: css-guava is a css fontsize style library for quickly development, base-line is 10px. You can use rem controlling html's fontsize. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-28 - **Last Updated**: 2021-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### css-guava css-guava is a css fontsize style library for quickly development, base-line is 10px. You can use rem controlling html's fontsize. #### Install ``` npm install css-guava --save OR yarn add css-guava ``` #### Rem's use Select according to UI resolution, 1rem=10px ``` > 1366*768 import 'css-guava/lib/rem1366.css' > 1920*1080 import 'css-guava/lib/rem1920.css' ``` ### Global's use ``` import 'css-guava/lib/global.css' ``` * g-scrollbar